home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000081_news@columbia.edu_Sun Apr 9 02:59:02 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23322
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 9 Apr 1995 11:07:44 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09717
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 9 Apr 1995 11:07:42 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!usenet.eel.ufl.edu!news.ultranet.com!news.sprintlink.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help Needed With TCP/IP
  9. Message-Id: <1995Apr9.085902.46973@cc.usu.edu>
  10. Date: 9 Apr 95 08:59:02 MDT
  11. References: <3m53f6$ot@raffles.technet.sg>
  12. Organization: Utah State University
  13. Lines: 28
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3m53f6$ot@raffles.technet.sg>, onglc@technet.sg (Robert Ong) writes:
  17. > Hi,
  18. > Can I install kermit in my PC (which is connected as a Netware client 
  19. > in our office network), and run kermit to log into our Unix computer
  20. > as an ASCII/dumb terminal?
  21. > I presume that I need a TCP/IP driver in my PC.  Does kermit come
  22. > with a TCP/IP driver which will allow me to telnet over to our
  23. > Unix computer?  Does anyone know if there is a freeware TCP/IP
  24. > driver that does the same thing?
  25. -----------
  26.     MS-DOS Kermit has an internal TCP/IP protocol stack. A "driver"
  27. is normally a handler of a piece of hardware or similar, rather than a
  28. large complex protocol stack. 
  29.     As Arthur Marsh points out in a previous reply, MSK can use its
  30. internal TCP/IP stack and it can run over the top of TCP/IP stacks from
  31. other vendors: Novell, FTP Inc, Beame and Whiteside. 
  32.     There's no need to be a truely stupid ASCII terminal in this
  33. situation. Use the sophisticated terminal emulation capabilities of MSK
  34. and have your Unix machine exploit it's terminfo/termcap. The results
  35. are worth it. VT320 is recommended, fall back to VT220 if the Unix machine
  36. does not know about VT320's.
  37.     Please do review the documentation accompanying the MSK release
  38. because we try to explain many of these things there. Quick start kit is
  39. binary file kermit/bin/msvibm.zip on kermit.columbia.edu.
  40.     Joe D.